The purpose of this report is to analyze greenhouse gas (GHG) emissions in the Bay Area. For this study, Atherton (zip code 94027) will be focused on between the years of 2013 and 2019. Atherton is an incorporated town in San Mateo County which is best known for being an affluent community, often the most expensive zip code in the US. For this reason, it is expected that many of the emissions will be a result of residential activities. However, it will be interesting to see how much of these emissions are commercial versus residential, and how the split differs between vehicle and building emissions.
The basis of this analysis is the LODES dataset – that is, a set of origin-destination employment statistics. This data set only accounts for commute-based trips, so this study will assume that work-related trips make up the majority of emissions.
The census-blocks within the Atherton zip-code can be seen below.
Another key assumption for this study is that all inter-zipcode trips are zero. This was done as a means of minimizing the amount of MapBox trip routing that had to be completed. As seen below, very few of the trips in Atherton are inter-zipcode, and these trips are very small relative to all incoming/outgoing work trips.
## [1] "Percent of Trips That are Inter-zipcode: 2%"
The plot below shows all the origins/destinations of the trips to Atherton between 2013 and 2019. In this case, for inbound trips it shows the origin census block, whereas for outbound trips it shows the destination census block. One key assumption for this map is that it only includes trips that occured by more than one person. This was done for clarity as the map was difficult to follow with every trip represented. Use the check box on the right side to toggle between inbound and outbound trips.
Next, the trip routing was completed using the MapBoxAPI to determine the distance of each inbound trip to, and outbound trip from Atheron. An RDS file was used to split the routing among group members. Due to the relatively small number of trips to and from Atherton, no additional data simplifying was necessary at the block-group or tract level.
A map of all the outbound trip routes can be seen below:
Conversely, all the inbound trips to Atherton can be seen below:
Next, the ACS data for each origin block group in Atherton was loaded (representing the origin for all outbound trips). The goal of this was to determine the proportions of trip mode breakdown, so that emissions could be calculated more accurately. In this case, the percent of trips that were (1) Alone, (2) 2-person carpools, or (3) 3 or more-person carpools were determined. This would allow the emissions to be calculated on a per person basis.
By multiplying the trip mode breakdown with the number of jobs in each year, then multiplying by the distance the vehicle miles travelled was calculated. From here, the EMFAC data was loaded so the emissions factors could be determined for each type of vehicle. The EMFAC breakdown can be seen below:
## # A tibble: 6 × 6
## Category Fuel_Type Percent_Trips Percent_Miles MTCO2_Running_Exhaust
## <chr> <chr> <dbl> <dbl> <dbl>
## 1 LDA Gasoline 0.856 0.857 0.000343
## 2 LDA Diesel 0.00351 0.00307 0.000266
## 3 LDA Electricity 0.0575 0.0619 0
## 4 LDT1 Gasoline 0.0828 0.0774 0.000402
## 5 LDT1 Diesel 0.0000342 0.0000190 0.000464
## 6 LDT1 Electricity 0.000203 0.000193 0
## # … with 1 more variable: MTCO2_Start_Exhaust <dbl>
The greenhouse gases (in metric tonnes of CO2) for outbound trips from Atherton can be seen below for 2013 to 2019. It is interesting to note the relatively small value for 2013 GHG emissions – this is likely a data error as the same process was repeated for inbound trips and no such trend existed.
## # A tibble: 7 × 2
## outbound_ghg year
## <dbl> <int>
## 1 6960. 2013
## 2 26000. 2014
## 3 21308. 2015
## 4 23500. 2016
## 5 25575. 2017
## 6 26650. 2018
## 7 24213. 2019
The process was repeated for inbound trips, using the specific data for the origin of the trip (which was outside of Atheron somewhere).
The greenhouse gases (in metric tonnes of CO2) for inbound trips to Atherton can be seen below for 2013 to 2019.
## # A tibble: 7 × 2
## inbound_ghg year
## <dbl> <int>
## 1 8370. 2013
## 2 9018. 2014
## 3 8913. 2015
## 4 9325. 2016
## 5 9349. 2017
## 6 10222. 2018
## 7 10619. 2019
Overall, these results were combined to determine the total vehicle emissions ocurring as a result of travel to and from Atherton. The results can be seen below.
## # A tibble: 7 × 4
## year inbound_ghg outbound_ghg total_ghg
## <int> <dbl> <dbl> <dbl>
## 1 2013 8370. 6960. 15329.
## 2 2014 9018. 26000. 35018.
## 3 2015 8913. 21308. 30220.
## 4 2016 9325. 23500. 32825.
## 5 2017 9349. 25575. 34924.
## 6 2018 10222. 26650. 36872.
## 7 2019 10619. 24213. 34832.
Now, an analysis based on building emissions in Atherton will be completed. PG&E data will be used to determine both residential and commercial gas and electricity use. The plot below shows the fluctuation in commercial and residential gas and electricity use in Atherton between 2013 and 2019.
There are several interesting characteristics about the above plot. Firstly, the land use breakdown in Atherton creates very unequal usage in commercial versus residential energy usage. Based on the expensive nature of properties, and it being almost exclusively residential, it is understandable that there is essentially no commercial electricity or gas usage. This can be compared to the CO2 emissions across the same categories below:
In general, the same trends are followed here as there is essentially no commercial gas or electricity based emissions. However, it is reassuring to see the residential electricity trend follow PG&E’s shift to renewable energy. Now, the building emissions will be normalized based on electricity use per resident per heating or cooling degree days, and gas use per job per heating or cooling degree days. This involved loading the LODES data for job counts in Atherton between 2013 and 2019, and ACS population data in Atherton.
Note the following units for each category of energy usage:
Residential Electricity: KBTU/resident/CDD, Residential Gas: KBTU/resident/HDD, Commecical Electricity: KBTU/job/CDD, Commercial Gas: KBTU/job/HDD
The plot with the breakdown of normalized energy usage can be seen below:
In line with the previous graphs, the commercial electric and gas usage are negligible compared to their residential counterparts.
It is also interesting to compare the total vehicle and building emissions on a year-by-year basis in Atherton. See the figure below:
Overall, the trends in Atherton build off the previous results. In terms of trying to predict and ultimately lessen the future of Atherton GHG trends, there are several ideas that come to mind. First, given the last plot which showed building versus vehicle emissions, it seems Atherton is in a unique position in the Bay Area. Unlike most communities that are home to expanding industry, Atherton is mainly residential. For this reason, building emissions have been decreasing year-by-year. PG&E is partly responsible as they have been working towards a cleaner electricity mix. Therefore, in terms of areas of focus for Atherton moving forward, it seems that Vehicle emissions should be focussed on. Aspects such as EV adoption and surrounding job growth will play a large role in Atherton’s GHG emissions. More specifically, further analysis could be completed looking into the actual vehicle type breakdown (gas, electric, etc) for Atherton specifically, rather than the entire Bay Area. Given the affluent nature of Atherton, it is possible they already have a higher EV rate. Nonetheless, looking forward, Atherton should shift their focus towards reducing vehicle emissions by increasing EV adoption, public transit use, and considering job growth areas.
The allocation of GHG is a problematic topic due to the different calculation methodologies. In the case of this analysis, all incoming and outgoing trips were allocated to Atherton. However, there are other methods which allocate emissions based on fuel sales, induced activity, resident activity, and geographic boundaries. Each method has its advantages and disadvantages, but a hybrid approach may be best suited to account for GHG emissions. A combination of resident activity and geographical boundaries could be used. This approach would keep towns/cities responsible for part of their resident’s emissions, encouraging local job growth and shortening commutes. Whereas, it also keeps big cities (like SF) which draw in a lot of commuters accountable for some emissions. This method balances the geographical proximity to large cities (and the potential economic benefits) with responsibility for emissions. In other words, cities that are closer to SF may incur more responsibility for emissions but also garner economic benefits from being closer to the city.
Overall, it was interesting to see the overall building and vehicle emissions for Atherton, and pinpointing what areas they should focus on moving forward.